home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / reklamy / ata-int / 3220 / 3220.exe / 3220.DXR / 00071_delay 1 sec.ls < prev    next >
Encoding:
Text File  |  1997-02-13  |  85 b   |  9 lines

  1. global gMode
  2.  
  3. on exitFrame
  4.   delayJob(60)
  5.   if gMode then
  6.     btnJob4()
  7.   end if
  8. end
  9.